home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 24 / CU Amiga Magazine's Super CD-ROM 24 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-07].iso / CUCD / Programming / SWI / source / src / config.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-05-18  |  9.4 KB  |  353 lines

  1. /* config.h.  Generated automatically by configure.  */
  2. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  3.  
  4. /* Define if using alloca.c.  */
  5. /* #undef C_ALLOCA */
  6.  
  7. /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
  8.    This function is required for alloca.c support on those systems.  */
  9. /* #undef CRAY_STACKSEG_END */
  10.  
  11. /* Define if you have alloca, as a function or macro.  */
  12. #define HAVE_ALLOCA 1
  13.  
  14. /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
  15. /* #undef HAVE_ALLOCA_H */
  16.  
  17. /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
  18. #define HAVE_SYS_WAIT_H 1
  19.  
  20. /* Define if you have <vfork.h>.  */
  21. /* #undef HAVE_VFORK_H */
  22.  
  23. /* Define as __inline if that's what the C compiler calls it.  */
  24. /* #undef inline */
  25.  
  26. /* Define to `int' if <sys/types.h> doesn't define.  */
  27. /* #undef pid_t */
  28.  
  29. /* Define if you need to in order for stat and other things to work.  */
  30. /* #undef _POSIX_SOURCE */
  31.  
  32. /* Define as the return type of signal handlers (int or void).  */
  33. #define RETSIGTYPE void
  34.  
  35. /* If using the C implementation of alloca, define if you know the
  36.    direction of stack growth for your system; otherwise it will be
  37.    automatically deduced at run-time.
  38.     STACK_DIRECTION > 0 => grows toward higher addresses
  39.     STACK_DIRECTION < 0 => grows toward lower addresses
  40.     STACK_DIRECTION = 0 => direction of growth unknown
  41.  */
  42. #define STACK_DIRECTION -1
  43.  
  44. /* Define if you have the ANSI C header files.  */
  45. #define STDC_HEADERS 1
  46.  
  47. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  48. #define TIME_WITH_SYS_TIME 1
  49.  
  50. /* Define vfork as fork if vfork does not work.  */
  51. /* #undef vfork */
  52.  
  53. /* Define if your processor stores words with the most significant
  54.    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
  55. #define WORDS_BIGENDIAN 1
  56.  
  57. /* Define if BSD compatible signals (i.e. no reset when fired) */
  58. #define BSD_SIGNALS 1
  59.  
  60. /* Define if mmap() can be used to allocate stacks */
  61. /* #undef MMAP_STACK */
  62.  
  63. /* Define if maximum address we can map at */
  64. /* #undef MMAP_MAX_ADDRESS */
  65.  
  66. /* Define if minimum address we can map and if > sbrk(0) */
  67. /* #undef MMAP_MIN_ADDRESS */
  68.  
  69. /* Define if MAP_ANON is defined and works ok */
  70. /* #undef HAVE_MAP_ANON */
  71.  
  72. /* Define if you can't use asm("nop") to separate two labels */
  73. /* #undef NO_ASM_NOP */
  74.  
  75. /* Define if uchar is not defined in <sys/types.h> */
  76. #define NEED_UCHAR 1
  77.  
  78. /* Define if SIGPROF and setitimer() are available */
  79. #define O_PROFILE 1
  80.  
  81. /* Define if signal handler is of the form f(sig, type, context, addr) */
  82. /* #undef SIGNAL_HANDLER_PROVIDES_ADDRESS */
  83.  
  84. /* Define if (type)var = value is allowed */
  85. #define TAGGED_LVALUE 1
  86.  
  87. /* Define if first data symbol not is environ */
  88. /* #undef FIRST_DATA_SYMBOL */
  89.  
  90. /* Define if pl-save.c works */
  91. /* #undef O_SAVE */
  92.  
  93. /* Define if symbolic links are supported by the OS */
  94. /* #undef HAVE_SYMLINKS */
  95.  
  96. /* Define if AIX foreign language interface is to be used */
  97. /* #undef O_AIX_FOREIGN */
  98.  
  99. /* Define if MACH foreign language interface is to be used */
  100. /* #undef O_MACH_FOREIGN */
  101.  
  102. /* Define if BSD Unix ld -A foreign language interface is to be used */
  103. /* #undef O_FOREIGN */
  104.  
  105. /* Define if ld accepts -A option */
  106. /* #undef HAVE_LD_A */
  107.  
  108. /* Define if wait() uses union wait */
  109. /* #undef UNION_WAIT */
  110.  
  111. /* Define if <sys/ioctl> should *not* be included after <sys/termios.h> */
  112. /* #undef NO_SYS_IOCTL_H_WITH_SYS_TERMIOS_H */
  113.  
  114. /* Define if, in addition to <errno.h>, extern int errno; is needed */
  115. /* #undef NEED_DECL_ERRNO */
  116.  
  117. /* Define to "file.h" to include additional system prototypes */
  118. /* #undef SYSLIB_H */
  119.  
  120. /* Define how to invoke the linker for incremental linking (default: ld) */
  121. /* #undef LD_COMMAND */
  122.  
  123. /* Define to make runtime version */
  124. /* #undef O_RUNTIME */
  125.  
  126. /* Define if you don't have termio(s), but struct sgttyb */
  127. /* #undef HAVE_SGTTYB */
  128.  
  129. /* Define if <assert.h> requires <stdio.h> */
  130. /* #undef ASSERT_H_REQUIRES_STDIO_H */
  131.  
  132. /* Define if doubles cannot be aligned as longs */
  133. /* #undef DOUBLE_ALIGNMENT */
  134.  
  135. /* Define if you have the access function.  */
  136. #define HAVE_ACCESS 1
  137.  
  138. /* Define if you have the aint function.  */
  139. /* #undef HAVE_AINT */
  140.  
  141. /* Define if you have the ceil function.  */
  142. #define HAVE_CEIL 1
  143.  
  144. /* Define if you have the cfmakeraw function.  */
  145. #define HAVE_CFMAKERAW 1
  146.  
  147. /* Define if you have the chmod function.  */
  148. #define HAVE_CHMOD 1
  149.  
  150. /* Define if you have the dlopen function.  */
  151. /* #undef HAVE_DLOPEN */
  152.  
  153. /* Define if you have the dossleep function.  */
  154. /* #undef HAVE_DOSSLEEP */
  155.  
  156. /* Define if you have the floor function.  */
  157. #define HAVE_FLOOR 1
  158.  
  159. /* Define if you have the fstat function.  */
  160. #define HAVE_FSTAT 1
  161.  
  162. /* Define if you have the getcwd function.  */
  163. #define HAVE_GETCWD 1
  164.  
  165. /* Define if you have the getdtablesize function.  */
  166. #define HAVE_GETDTABLESIZE 1
  167.  
  168. /* Define if you have the getpagesize function.  */
  169. #define HAVE_GETPAGESIZE 1
  170.  
  171. /* Define if you have the getpwnam function.  */
  172. #define HAVE_GETPWNAM 1
  173.  
  174. /* Define if you have the getrlimit function.  */
  175. #define HAVE_GETRLIMIT 1
  176.  
  177. /* Define if you have the gettimeofday function.  */
  178. #define HAVE_GETTIMEOFDAY 1
  179.  
  180. /* Define if you have the getwd function.  */
  181. #define HAVE_GETWD 1
  182.  
  183. /* Define if you have the isnan function.  */
  184. #define HAVE_ISNAN 1
  185.  
  186. /* Define if you have the memmove function.  */
  187. #define HAVE_MEMMOVE 1
  188.  
  189. /* Define if you have the opendir function.  */
  190. #define HAVE_OPENDIR 1
  191.  
  192. /* Define if you have the popen function.  */
  193. #define HAVE_POPEN 1
  194.  
  195. /* Define if you have the putenv function.  */
  196. #define HAVE_PUTENV 1
  197.  
  198. /* Define if you have the random function.  */
  199. #define HAVE_RANDOM 1
  200.  
  201. /* Define if you have the readlink function.  */
  202. #define HAVE_READLINK 1
  203.  
  204. /* Define if you have the remove function.  */
  205. #define HAVE_REMOVE 1
  206.  
  207. /* Define if you have the rename function.  */
  208. #define HAVE_RENAME 1
  209.  
  210. /* Define if you have the rint function.  */
  211. #define HAVE_RINT 1
  212.  
  213. /* Define if you have the rl_insert_close function.  */
  214. #define HAVE_RL_INSERT_CLOSE 1
  215.  
  216. /* Define if you have the select function.  */
  217. #define HAVE_SELECT 1
  218.  
  219. /* Define if you have the shl_load function.  */
  220. /* #undef HAVE_SHL_LOAD */
  221.  
  222. /* Define if you have the sigaction function.  */
  223. #define HAVE_SIGACTION 1
  224.  
  225. /* Define if you have the sigblock function.  */
  226. #define HAVE_SIGBLOCK 1
  227.  
  228. /* Define if you have the siggetmask function.  */
  229. /* #undef HAVE_SIGGETMASK */
  230.  
  231. /* Define if you have the signal function.  */
  232. #define HAVE_SIGNAL 1
  233.  
  234. /* Define if you have the sigsetmask function.  */
  235. #define HAVE_SIGSETMASK 1
  236.  
  237. /* Define if you have the sleep function.  */
  238. #define HAVE_SLEEP 1
  239.  
  240. /* Define if you have the srand function.  */
  241. #define HAVE_SRAND 1
  242.  
  243. /* Define if you have the srandom function.  */
  244. #define HAVE_SRANDOM 1
  245.  
  246. /* Define if you have the stat function.  */
  247. #define HAVE_STAT 1
  248.  
  249. /* Define if you have the strerror function.  */
  250. #define HAVE_STRERROR 1
  251.  
  252. /* Define if you have the stricmp function.  */
  253. #define HAVE_STRICMP 1
  254.  
  255. /* Define if you have the strlwr function.  */
  256. /* #undef HAVE_STRLWR */
  257.  
  258. /* Define if you have the sysconf function.  */
  259. #define HAVE_SYSCONF 1
  260.  
  261. /* Define if you have the tcsetattr function.  */
  262. #define HAVE_TCSETATTR 1
  263.  
  264. /* Define if you have the tgetent function.  */
  265. #define HAVE_TGETENT 1
  266.  
  267. /* Define if you have the times function.  */
  268. #define HAVE_TIMES 1
  269.  
  270. /* Define if you have the <bstring.h> header file.  */
  271. #define HAVE_BSTRING_H 1
  272.  
  273. /* Define if you have the <dirent.h> header file.  */
  274. #define HAVE_DIRENT_H 1
  275.  
  276. /* Define if you have the <mach-o/rld.h> header file.  */
  277. /* #undef HAVE_MACH_O_RLD_H */
  278.  
  279. /* Define if you have the <malloc.h> header file.  */
  280. #define HAVE_MALLOC_H 1
  281.  
  282. /* Define if you have the <memory.h> header file.  */
  283. #define HAVE_MEMORY_H 1
  284.  
  285. /* Define if you have the <ndir.h> header file.  */
  286. /* #undef HAVE_NDIR_H */
  287.  
  288. /* Define if you have the <pwd.h> header file.  */
  289. #define HAVE_PWD_H 1
  290.  
  291. /* Define if you have the <string.h> header file.  */
  292. #define HAVE_STRING_H 1
  293.  
  294. /* Define if you have the <sys/dir.h> header file.  */
  295. /* #undef HAVE_SYS_DIR_H */
  296.  
  297. /* Define if you have the <sys/file.h> header file.  */
  298. #define HAVE_SYS_FILE_H 1
  299.  
  300. /* Define if you have the <sys/ndir.h> header file.  */
  301. /* #undef HAVE_SYS_NDIR_H */
  302.  
  303. /* Define if you have the <sys/param.h> header file.  */
  304. #define HAVE_SYS_PARAM_H 1
  305.  
  306. /* Define if you have the <sys/resource.h> header file.  */
  307. #define HAVE_SYS_RESOURCE_H 1
  308.  
  309. /* Define if you have the <sys/select.h> header file.  */
  310. /* #undef HAVE_SYS_SELECT_H */
  311.  
  312. /* Define if you have the <sys/stat.h> header file.  */
  313. #define HAVE_SYS_STAT_H 1
  314.  
  315. /* Define if you have the <sys/termio.h> header file.  */
  316. /* #undef HAVE_SYS_TERMIO_H */
  317.  
  318. /* Define if you have the <sys/termios.h> header file.  */
  319. #define HAVE_SYS_TERMIOS_H 1
  320.  
  321. /* Define if you have the <sys/time.h> header file.  */
  322. #define HAVE_SYS_TIME_H 1
  323.  
  324. /* Define if you have the <unistd.h> header file.  */
  325. #define HAVE_UNISTD_H 1
  326.  
  327. /* Define if you have the curses library (-lcurses).  */
  328. /* #undef HAVE_LIBCURSES */
  329.  
  330. /* Define if you have the dl library (-ldl).  */
  331. /* #undef HAVE_LIBDL */
  332.  
  333. /* Define if you have the dld library (-ldld).  */
  334. /* #undef HAVE_LIBDLD */
  335.  
  336. /* Define if you have the elf library (-lelf).  */
  337. /* #undef HAVE_LIBELF */
  338.  
  339. /* Define if you have the m library (-lm).  */
  340. #define HAVE_LIBM 1
  341.  
  342. /* Define if you have the ncurses library (-lncurses).  */
  343. /* #undef HAVE_LIBNCURSES */
  344.  
  345. /* Define if you have the readline library (-lreadline).  */
  346. #define HAVE_LIBREADLINE 1
  347.  
  348. /* Define if you have the termcap library (-ltermcap).  */
  349. #define HAVE_LIBTERMCAP 1
  350.  
  351. /* Define if you have the ucb library (-lucb).  */
  352. /* #undef HAVE_LIBUCB */
  353.